Skip to main content

ModifyRiskSingleResultStatus

Description

call the ModifyRiskSingleResultStatus interface to modify the state of the asset affected by the check item, and support ignoring or canceling ignoring.

Request Method

POST

Request Path

/apsara/route/Sas/ModifyRiskSingleResultStatus

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
StatusBODYstringNoignoredcheck items affect the processing status of assets. Valid values include: ignored: Ignore failed: cancel ignoring
TaskIdBODYlongYes57the check item affects the ID of the check task to which the asset belongs.
SourceIpBODYstringNo1.2.3.4access source IP address.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. zh: Chinese en: English
Ids.NBODYrepeatlistNo1check the ID of the asset.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstring3B3F3A90-46A5-4023-A2D8-D68B14262F96request ID.

Example

Successful Response example

{
"RequestId":"3B3F3A90-46A5-4023-A2D8-D68B14262F96"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}